/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/anchor_point.scss ***!
  \****************************************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

.anchor_point {
  border-radius: 5px 5px 0px 0px;
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: -40px;
  padding: 9px 8px 8px 8px;
  color: #fff;
  transform: rotate(-90deg);
  transition: 0.5s;
  cursor: pointer;
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/divider.scss ***!
  \***********************************************************************************************************************************************************/
.divider {
  margin: 54px 0;
  height: 1px;
  background-color: #000;
  width: 100%;
}
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/dual_column.scss ***!
  \***************************************************************************************************************************************************************/
.dual_column_box {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-top: 40px;
}
.dual_column_box .dual_column_left {
  width: 30%;
}
.dual_column_box .dual_column_left h2 {
  font-size: 50px;
}
.dual_column_box .dual_column_left .dual_column_left_text {
  font-size: 24px;
  padding-bottom: 40px;
  font-weight: bold !important;
}
.dual_column_box .dual_column_left .dual_column_b {
  display: inline-block;
  padding: 30px;
  background-position: center;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
  max-width: 300px;
  font-size: 16px;
}
.dual_column_box .dual_column_left .dual_column_b p {
  padding-bottom: 20px;
}
.dual_column_box .dual_column_left .dual_column_b .dual_column_bio {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid;
  line-height: 26px;
  text-align: center;
  padding-left: 3px;
  position: relative;
  transition: 0.3s;
}
.dual_column_box .dual_column_right .dual_column_right_box1,
.dual_column_box .dual_column_right .dual_column_right_box2 {
  font-size: 16px;
  color: #666;
}
.dual_column_box .dual_column_right .dual_column_right_box1 h2,
.dual_column_box .dual_column_right .dual_column_right_box2 h2 {
  font-size: 50px;
  padding-bottom: 30px;
  color: #333;
}
.dual_column_box .dual_column_right .dual_column_right_box1 p,
.dual_column_box .dual_column_right .dual_column_right_box2 p {
  padding-bottom: 14px;
  font-weight: 500;
}
.dual_column_box .dual_column_right .dual_column_right_box1 p strong,
.dual_column_box .dual_column_right .dual_column_right_box2 p strong {
  font-weight: bold !important;
  display: block;
}
.dual_column_box .dual_column_right .dual_column_right_box1 p a,
.dual_column_box .dual_column_right .dual_column_right_box2 p a {
  color: #840029;
  display: block;
}
.dual_column_box .btnbox {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .dual_column_box {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10%;
  }
  .dual_column_box .dual_column_left {
    width: 100%;
  }
  .dual_column_box .btnbox {
    display: block;
  }
  .dual_column_box .btnbox .redbtn {
    display: none;
    padding: 20px 40px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background-color: #840029;
    border-radius: 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .dual_column_box .dual_column_left h2 {
    font-size: 30px;
  }
  .dual_column_box .dual_column_left .dual_column_left_text {
    font-size: 16px;
  }
  .dual_column_box .dual_column_right .dual_column_right_box1 h2,
  .dual_column_box .dual_column_right .dual_column_right_box2 h2 {
    font-size: 30px;
  }
  .dual_column_box .dual_column_left .dual_column_b {
    display: block;
    max-width: 100%;
    padding: 60px 30px;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/headline_advertising.scss ***!
  \************************************************************************************************************************************************************************/
.headline_advertising {
  padding-bottom: 40px;
}
.headline_advertising .swiper-slide {
  position: relative;
  max-height: 700px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.headline_advertising .swiper-slide img {
  object-fit: cover !important;
  cursor: inherit;
  width: 100%;
  height: 100%;
}
.headline_advertising .swiper-slide .swiper_text_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 0 14%;
  display: flex;
  justify-content: center;
}
.headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title1 {
  font-size: 30px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title2 {
  font-size: 70px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb a {
  margin-top: 18px;
  display: inline-block;
}
.headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_btn {
  font-size: 16px;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333333;
  border: 2px solid transparent;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .headline_advertising {
    padding-bottom: 20px;
  }
  .headline_advertising .swiper-slide .swiper_text_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title1 {
    font-size: 20px;
  }
  .headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title2 {
    font-size: 25px;
  }
  .headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .headline_advertising .swiper-slide .swiper_text_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title1 {
    font-size: 43px;
  }
  .headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title2 {
    font-size: 48px;
  }
  .headline_advertising .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_btn {
    font-size: 14px;
  }
}
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/image_queue.scss ***!
  \***************************************************************************************************************************************************************/
.image_queue {
  max-width: 1380px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6%;
}
.image_queue .image_queue_img {
  width: 23%;
  padding-bottom: 30px;
  transition: 0.3s;
}
.image_queue .image_queue_img img {
  width: 100%;
  border-radius: 8px;
  transition: 0.3s;
}
.image_queue .image_queue_img:hover img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .image_queue {
    justify-content: center;
    padding: 40px 20px;
  }
  .image_queue .image_queue_img {
    width: 48%;
  }
  .image_queue::after {
    content: "";
    width: 48%;
  }
}
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/local_video.scss ***!
  \***************************************************************************************************************************************************************/
.local_video_box {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 54px 0px 0;
}
.local_video_box .local_video_tit1 {
  font-size: 60px;
  padding-bottom: 15px;
}
.local_video_box .local_video_tit2 {
  font-size: 17px;
  padding-bottom: 40px;
  color: #666;
  line-height: 25px;
}
.local_video_box .local_video {
  padding-top: 56.2963%;
  position: relative;
}
.local_video_box .local_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.local_video_box .local_video video {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .local_video_box {
    width: 100%;
    padding: 50px 30px 0;
  }
  .local_video_box .local_video_tit1 {
    font-size: 40px;
  }
  .local_video_box .local_video_tit2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .local_video_box .local_video_tit1 {
    font-size: 28px;
  }
  .local_video_box .local_video_tit2 {
    font-size: 17px;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/picture_list.scss ***!
  \****************************************************************************************************************************************************************/
.picture_list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.picture_list .picture_list_box {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
}
.picture_list .picture_list_box .picture_list_left {
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
}
.picture_list .picture_list_box .picture_list_left img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.picture_list .picture_list_box .picture_list_right {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_t {
  display: flex;
  gap: 40px;
  height: 260px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t1 {
  width: 66%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t1 img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 8px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t2 {
  width: 33%;
  border-radius: 8px;
  overflow: hidden;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t2 img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_b {
  display: flex;
  gap: 40px;
  height: 260px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b1 {
  width: 33%;
  border-radius: 8px;
  overflow: hidden;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b1 img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b2 {
  width: 66%;
  overflow: hidden;
  border-radius: 8px;
}
.picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b2 img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 8px;
}
.picture_list .picture_list_big {
  width: 100%;
}
.picture_list .picture_list_big img {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .picture_list .picture_list_box {
    flex-direction: column;
  }
  .picture_list .picture_list_box .picture_list_left {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_left img {
    width: 100%;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right {
    width: 100%;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t {
    flex-direction: column;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t1 {
    height: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t1 img {
    width: 100%;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t2 {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t2 img {
    width: 100%;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b {
    flex-direction: column;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b1 {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b1 img {
    width: 100%;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b2 {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .picture_list {
    padding: 20px 0;
  }
  .picture_list .picture_list_box {
    flex-direction: column;
  }
  .picture_list .picture_list_box .picture_list_left {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_left img {
    height: 100%;
  }
  .picture_list .picture_list_box .picture_list_right {
    width: 100%;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t {
    flex-direction: column;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t1 {
    height: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t1 img {
    height: 100%;
    width: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t2 {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_t .picture_list_right_t2 img {
    height: 100%;
    width: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b {
    flex-direction: column;
    height: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b1 {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b1 img {
    height: 100%;
    width: auto;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b2 {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picture_list .picture_list_box .picture_list_right .picture_list_right_b .picture_list_right_b2 img {
    height: 100%;
    width: auto;
  }
  .picture_list a {
    height: 100%;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/pictures_linking.scss ***!
  \********************************************************************************************************************************************************************/
.pictures_linking_box {
  width: 100%;
  background-image: url("https://houseofmarkor.com/static/img/productBg2.613cf261.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  display: flex;
  justify-content: center;
}
.pictures_linking_box .bg {
  background-color: rgba(0, 0, 0, 0.84);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.pictures_linking_box .pictures_linking_center {
  width: 50%;
  position: relative;
  z-index: 3;
  text-align: center;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_tit1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_tit2 {
  font-size: 20px;
  color: hsla(0, 0%, 100%, 0.7);
  margin-bottom: 20px;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_logo_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_logo_list .pictures_linking_center_logo {
  width: 195px;
  flex: none;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_logo_list .pictures_linking_center_logo img {
  width: auto;
  object-fit: scale-down;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_logo_list > .pictures_linking_center_logo:nth-last-child(1) {
  width: 97px;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_btn_box .pictures_linking_center_btn {
  color: #fff;
  margin: 0 auto;
  padding: 15px 22px;
  border: 2px solid hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.pictures_linking_box .pictures_linking_center .pictures_linking_center_btn_box .pictures_linking_center_btn:hover {
  background-color: #fff;
  color: #313233;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .pictures_linking_box .pictures_linking_center {
    width: 80%;
  }
  .pictures_linking_box .pictures_linking_center .pictures_linking_center_tit1 {
    font-size: 30px;
  }
  .pictures_linking_box .pictures_linking_center .pictures_linking_center_logo_list {
    flex-direction: column;
    align-items: center;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/product_list.scss ***!
  \****************************************************************************************************************************************************************/
.product_list_box_c {
  position: relative;
}
.product_list_box_c #product_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product_list_box_name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 0;
}
.product_list_box_name i {
  padding: 0 20px;
}
.product_list_box_name p {
  cursor: pointer;
  font-size: 16px;
}

.product_list_box {
  max-width: 1380px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3%;
}
.product_list_box .product_list {
  width: 24%;
  padding-bottom: 20px;
  transition: 0.3s;
}
.product_list_box .product_list .product_list_img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product_list_box .product_list .product_list_img img {
  height: 250px;
  object-fit: scale-down;
}
.product_list_box .product_list h2 {
  text-align: center;
  font-size: 14px;
  padding: 7px 0;
}
.product_list_box .product_list:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.product_list_box .no_pro_text {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  font-size: 24px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .product_list_box {
    gap: 0.5%;
  }
  .product_list_box .product_list {
    width: 33%;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .product_list_box_name {
    justify-content: left;
  }
  .product_list_box_name p {
    font-size: 11px;
  }
  .product_list_box_name i {
    padding: 0 10px;
  }
  .product_list_box {
    padding: 30px;
    justify-content: space-between;
  }
  .product_list_box .product_list {
    width: 48%;
  }
  .product_list_box .product_list .product_list_img img {
    max-width: auto;
    max-height: auto;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/rotation_chart.scss ***!
  \******************************************************************************************************************************************************************/
.jc_home_carousel {
  position: relative;
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide {
  max-height: 805px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide img {
  object-fit: cover !important;
  cursor: inherit;
  width: 100%;
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 0 14%;
  display: flex;
  justify-content: center;
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title1 {
  font-size: 30px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title2 {
  font-size: 40px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb a {
  margin-top: 18px;
  display: inline-block;
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_btn {
  font-size: 16px;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333333;
  border: 2px solid transparent;
}
.jc_home_carousel .swiper-container .swiper-button-next {
  background: none;
  right: -50px;
  transition: 0.3s;
  width: 20px;
}
.jc_home_carousel .swiper-container .swiper-button-next i {
  font-size: 25px !important;
  color: #fff;
}
.jc_home_carousel .swiper-container .swiper-button-next i:hover {
  color: #333;
}
.jc_home_carousel .swiper-container .swiper-button-prev {
  background: none;
  left: -50px;
  transition: 0.3s;
  width: 20px;
}
.jc_home_carousel .swiper-container .swiper-button-prev i {
  font-size: 25px !important;
  color: #fff;
}
.jc_home_carousel .swiper-container .swiper-button-prev i:hover {
  color: #333;
}
.jc_home_carousel .swiper-container:hover .swiper-button-next {
  right: 40px;
}
.jc_home_carousel .swiper-container:hover .swiper-button-prev {
  left: 40px;
}
.jc_home_carousel .swiper-pagination {
  position: absolute;
  bottom: 10% !important;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title1 {
    font-size: 20px;
  }
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_title2 {
    font-size: 25px;
  }
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide .swiper_text_box .swiper_text_boxbb .swiper_text_btn {
    font-size: 14px;
  }
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide {
    height: calc(100vh - 80px);
  }
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
  }
  .jc_home_carousel .swiper-container .swiper-wrapper .swiper-slide a {
    height: 100%;
  }
  .jc_home_carousel .swiper-container .swiper-button-next {
    display: none;
  }
  .jc_home_carousel .swiper-container .swiper-button-prev {
    display: none;
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/side_image_copy.scss ***!
  \*******************************************************************************************************************************************************************/
.side_image_copy .side_image_copy_list {
  max-width: 1380px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  margin: 0 auto;
  padding: 40px 0;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text {
  width: 33%;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text h3 {
  font-size: 36px;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text strong {
  font-weight: bold !important;
  display: inline-block;
  padding-bottom: 10px;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text p {
  font-size: 16px;
  color: #666;
  padding-bottom: 20px;
  line-height: 25px;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text p a {
  color: #840029;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text .side_image_copy_list_btn {
  display: inline-block;
  min-width: 220px;
  padding: 10px 20px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text .side_image_copy_list_btn i {
  display: none;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text .side_image_copy_list_btn:hover {
  background-color: #f5f5f5;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_text .side_image_copy_list_btn:hover i {
  display: inline-block;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_img {
  width: 48%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
.side_image_copy .side_image_copy_list .side_image_copy_list_img img {
  width: 100%;
  border-radius: 8px;
}
.side_image_copy .side_image_copy_listb {
  flex-direction: row-reverse;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .side_image_copy .side_image_copy_list {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .side_image_copy .side_image_copy_list .side_image_copy_list_text {
    width: 100% !important;
    padding: 0 10%;
  }
  .side_image_copy .side_image_copy_list .side_image_copy_list_img {
    width: 80% !important;
    max-width: 100%;
  }
  .side_image_copy .side_image_copy_list .side_image_copy_list_img_hid {
    display: none;
  }
  .side_image_copy .side_image_copy_listb {
    flex-direction: column-reverse;
  }
}
.side_image_copy_list_new {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.side_image_copy_list_new .side_image_copy_list_text {
  width: 48.5%;
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  margin: auto;
  margin-right: 3%;
}
.side_image_copy_list_new .side_image_copy_list_text h3 {
  font-size: 36px;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
}
.side_image_copy_list_new .side_image_copy_list_text strong {
  font-weight: bold !important;
  display: inline-block;
  padding-bottom: 10px;
}
.side_image_copy_list_new .side_image_copy_list_text p {
  font-size: 16px;
  color: #666;
  padding-bottom: 20px;
  line-height: 25px;
}
.side_image_copy_list_new .side_image_copy_list_text p a {
  color: #840029;
}
.side_image_copy_list_new .side_image_copy_list_text .side_image_copy_list_btn {
  display: inline-block;
  min-width: 220px;
  padding: 10px 20px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}
.side_image_copy_list_new .side_image_copy_list_text .side_image_copy_list_btn i {
  display: none;
}
.side_image_copy_list_new .side_image_copy_list_text .side_image_copy_list_btn:hover {
  background-color: #f5f5f5;
}
.side_image_copy_list_new .side_image_copy_list_text .side_image_copy_list_btn:hover i {
  display: inline-block;
}
.side_image_copy_list_new .side_image_copy_list_img {
  text-align: left;
  width: 48.5%;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .side_image_copy_list_new {
    flex-direction: column;
    align-items: flex-start;
  }
  .side_image_copy_list_new .side_image_copy_list_text {
    width: 100% !important;
    padding-left: 10%;
  }
  .side_image_copy_list_new .side_image_copy_list_img {
    padding-top: 50px;
    width: 100%;
    max-width: 100%;
  }
  .side_image_copy_list_new .side_image_copy_list_img img {
    width: 100%;
  }
  .side_image_copy_list_new .side_image_copy_list_img_hid {
    display: none;
  }
  .side_image_copy_listb {
    flex-direction: column-reverse;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/social_links.scss ***!
  \****************************************************************************************************************************************************************/
.social_links_box {
  padding: 60px 30px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
}
.social_links_box .social_links_title {
  font-size: 30px;
  color: #666;
  padding-bottom: 10px;
}
.social_links_box .social_links_line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.social_links_box .social_links_logo_list {
  padding-top: 23px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.social_links_box .social_links_logo_list .social_links_logo {
  width: 32px;
  height: 32px;
}
.social_links_box .social_links_logo_list .social_links_logo img {
  width: 100%;
  height: 100%;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/text_article.scss ***!
  \****************************************************************************************************************************************************************/
.text_article {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  text-align: left;
  padding-top: 30px;
}
.text_article h1 {
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.text_article .text_article_text {
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  max-width: 1380px;
  line-height: 26px;
  padding: 20px 20px 80px;
}
.text_article .text_article_text p {
  padding-bottom: 14px;
}
.text_article .text_article_text u {
  vertical-align: baseline;
  padding-bottom: 14px;
}
.text_article .text_article_text strong {
  display: block;
  padding-bottom: 14px;
}
.text_article .text_article_text ul {
  padding-bottom: 14px;
  line-height: 26px;
  margin: 0;
  list-style: inside;
}
.text_article .text_article_text li {
  line-height: 26px;
  padding-bottom: 14px;
  margin: 0;
}
.text_article .text_article_text h4 {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/tripartite_diagram.scss ***!
  \**********************************************************************************************************************************************************************/
.tripartite_diagram {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
  padding: 88px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tripartite_diagram .tripartite_diagram_list {
  border-radius: 8px;
  overflow: hidden;
  background-color: #ececec;
  width: 30%;
}
.tripartite_diagram .tripartite_diagram_list .tripartite_diagram_list_img {
  width: 100%;
}
.tripartite_diagram .tripartite_diagram_list .tripartite_diagram_list_img img {
  width: 100%;
  height: auto;
}
.tripartite_diagram .tripartite_diagram_list .tripartite_diagram_list_text {
  padding: 22px 0 22px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .tripartite_diagram {
    width: 100%;
  }
  .tripartite_diagram .tripartite_diagram_list .tripartite_diagram_list_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .tripartite_diagram {
    width: 100%;
    padding: 60px 30px;
    flex-direction: column;
    gap: 20px;
  }
  .tripartite_diagram .tripartite_diagram_list {
    width: 100%;
  }
  .tripartite_diagram .tripartite_diagram_list .tripartite_diagram_list_text {
    font-size: 16px;
  }
}
#screen-loading {
  position: fixed;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
#screen-loading .loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
#screen-loading .loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
  overflow: hidden;
  vertical-align: middle;
}
#screen-loading .loading-spinner circle {
  stroke: #000;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke-linecap: round;
}

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/components/art/tip_text_about.scss ***!
  \******************************************************************************************************************************************************************/
.tip_text_about .tip_text_about_list {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  padding: 20px 20%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tip_text_about .tip_text_about_list {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    padding: 20px 10%;
    text-align: center;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/artNavFooter.scss ***!
  \*************************************************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
}

span {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.art-font-regular {
  font-family: "Neue-Regular" !important;
}

.art-font-bold {
  font-family: "Neue-SemiBold" !important;
}

.artNav {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  font-family: "Neue-Regular" !important;
}
.artNav .main-header {
  height: 80px;
}
.artNav .main-header .app-mask {
  width: 100%;
  height: calc(100% - 76px);
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 87px;
  left: 0;
  z-index: 9;
  display: none;
}
.artNav .main-header .et_menu_containers .app_icon {
  display: none;
}
.artNav .art-top-header {
  height: 40px;
  background: #2d2925;
}
.artNav .art-top-header .top-header-content {
  width: 72.9%;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}
.artNav .art-top-header .top-header-content .top-header-left-content {
  width: 50%;
  height: 100%;
  position: relative;
}
.artNav .art-top-header .top-header-content .top-header-left-content .top-header-mark {
  position: absolute;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2d2925 100%); /* 从透明到不透明的渐变 */
  pointer-events: none; /* 确保遮罩层不影响点击事件 */
}
.artNav .art-top-header .top-header-content .top-header-left {
  width: 100%;
  height: 100%;
  overflow: hidden; /* 隐藏溢出的内容 */
  white-space: nowrap; /* 防止文本换行 */
  padding-right: 20px;
}
.artNav .art-top-header .top-header-content .dearler-Locator {
  width: 20%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #c9c3bc;
  border-left: 1px solid #c9c3bc;
}
.artNav .art-top-header .top-header-content .dearler-Locator:hover {
  color: #fff;
}
.artNav .art-top-header .top-header-content .dealer-login-btn {
  width: 20%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid #c9c3bc;
}
.artNav .art-top-header .top-header-content .dealer-login-btn .et-cart-info {
  cursor: pointer;
  color: #c9c3bc;
}
.artNav .art-top-header .top-header-content .dealer-login-btn .et-cart-info:hover {
  color: #fff;
}
.artNav .art-top-header .top-header-content .dealer-login-btn .login_btn {
  position: relative;
  margin-right: 10px;
}
.artNav .art-top-header .top-header-content .dealer-login-btn .login_btn::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -8px;
  width: 1px;
  height: 14px;
  background-color: #c9c3bc;
}
.artNav .art-top-header .top-header-content .search-favorite-btn {
  width: 10%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
  border-left: 1px solid #c9c3bc;
  border-right: 1px solid #c9c3bc;
}
.artNav .art-top-header .top-header-content .search-favorite-btn i {
  color: #c9c3bc;
  cursor: pointer;
}
.artNav .art-top-header .top-header-content .search-favorite-btn i:hover {
  color: #fff;
}
.artNav .art-top-header .top-header-content .top-header-placeholder {
  display: none;
}
.artNav .art-top-header .top-header-content-1 .top-header-placeholder {
  display: block;
  width: 20%;
}
.artNav .containers {
  text-align: left;
  position: relative;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.artNav .containers .box_left {
  display: flex;
}
.artNav .containers .box_left .logo_containers {
  height: 87px;
}
.artNav .containers .box_left .logo_containers .logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.artNav .containers .box_left .logo_containers span {
  color: #840029;
}
.artNav .containers .box_left .logo_containers #logo {
  width: auto;
  margin-bottom: 0;
  font-size: 40px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
}
.artNav .containers .box_left #et-top-navigation #top-menu,
.artNav .containers .box_left #et-top-navigation #et_search_icon:before,
.artNav .containers .box_left #et-top-navigation .mobile_menu_bar {
  z-index: 99;
  opacity: 1;
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.artNav .containers .box_left #et-top-navigation #top-menu,
.artNav .containers .box_left #et-top-navigation #et_search_icon:before,
.artNav .containers .box_left #et-top-navigation .mobile_menu_bar,
.artNav .containers .box_left #et-top-navigation .et_search_form_containers {
  animation: none !important;
}
.artNav .containers .box_left #et-top-navigation #top-menu-nav,
.artNav .containers .box_left #et-top-navigation #top-menu,
.artNav .containers .box_left #et-top-navigation .et-menu-nav,
.artNav .containers .box_left #et-top-navigation .et-menu {
  float: left;
}
.artNav .containers .box_left #et-top-navigation #top-menu-nav,
.artNav .containers .box_left #et-top-navigation #top-menu {
  line-height: 0;
}
.artNav .containers .box_left #et-top-navigation .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.artNav .containers .box_left #et-top-navigation .nav li {
  font-size: 14px;
  display: inline-block;
  padding-right: 22px;
  word-wrap: break-word;
  position: relative;
  line-height: 2em;
}
.artNav .containers .box_left #et-top-navigation .nav li span {
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 33px;
  cursor: auto;
  transition: 0.2s;
  font-size: 22px;
  color: #333;
}
.artNav .containers .box_left #et-top-navigation .nav li span:after {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}
.artNav .containers .box_left #et-top-navigation .nav li .font_weight {
  font-weight: 700;
}
.artNav .containers .box_left #et-top-navigation .nav li .data_link_ {
  cursor: pointer;
}
.artNav .containers .box_left #et-top-navigation .nav li ul {
  -webkit-transform: translate3d(0, 0, 0);
  text-align: left;
  z-index: 9999;
  width: 380px;
  background: #fff;
  border: 1px solid rgba(221, 221, 221, 0.9);
  position: absolute;
  margin-bottom: 0;
  list-style: none;
  display: none;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.artNav .containers .box_left #et-top-navigation .nav li ul::-webkit-scrollbar {
  /* 滚动条整体样式 */
  width: 6px;
  /* 宽高分别对应横竖滚动条的尺寸 */
  background: #d8d8d8;
  border-radius: 10px;
}
.artNav .containers .box_left #et-top-navigation .nav li ul::-webkit-scrollbar-thumb {
  /* 滚动条里的小方块 */
  border-radius: 3px;
  background: #d8d8d8;
  height: 120px;
}
.artNav .containers .box_left #et-top-navigation .nav li ul::-webkit-scrollbar-track {
  /* 滚动条里面的轨道 */
  border-radius: 10px;
  background: #fff;
}
.artNav .containers .box_left #et-top-navigation .nav li ul li {
  margin: 0;
  word-wrap: break-word;
  position: relative;
  padding: 0;
  width: 100%;
}
.artNav .containers .box_left #et-top-navigation .nav li ul li span {
  cursor: pointer;
  font-size: 17px;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 6px 22px;
}
.artNav .containers .box_left #et-top-navigation .nav li ul li span:hover {
  color: #733635;
}
.artNav .containers .box_left #et-top-navigation .nav li:last-child {
  padding-right: 0;
}
.artNav .containers .box_left #et-top-navigation .nav .menu-item-has-children > a:first-child,
.artNav .containers .box_left #et-top-navigation .nav .menu-item-has-children > a:first-child {
  padding-right: 20px;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu {
  float: right;
  display: none;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .select_page {
  display: none;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
  padding-bottom: 24px;
  position: relative;
  display: block;
  line-height: 0;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu {
  border-color: #840029;
  position: absolute;
  left: 0;
  padding: 5%;
  background: #fff;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #2EA3F2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children {
  position: relative;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children > span {
  background: transparent;
  font-weight: bold;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li ul.hide {
  display: none !important;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li ul {
  visibility: visible !important;
  padding-left: 10px;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li li {
  padding-left: 5%;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li li span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #666;
  padding: 10px 5%;
  display: block;
  font-size: 14px;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #666;
  padding: 10px 5%;
  display: block;
  font-size: 14px;
}
.artNav .containers .box_left #et-top-navigation #et_mobile_nav_menu .menu-item-has-children > a + span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
}
.artNav .containers #et_top_search {
  display: flex;
}
.artNav .containers #et_top_search .loginCont {
  display: none;
}
.artNav .containers #et_top_search .iconfont {
  color: #a9b2b5;
  cursor: pointer;
}
.artNav .containers #et_top_search .iconfont:hover {
  color: #840029;
}
.artNav .containers #et_top_search .shoucangIcon {
  vertical-align: middle;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 22px;
  position: relative;
  color: #A9B2B5;
  cursor: pointer;
}
.artNav .containers #et_top_search .shoucangIcon::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -22px;
  width: 1px;
  height: 14px;
  background-color: #D8D8D8;
}
.artNav .containers #et_top_search .et-cart-info {
  margin: -2px 0 0 20px;
  color: inherit;
  cursor: pointer;
}
.artNav .containers #et_top_search #et_search_icon::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-shadow: 0px 0px;
  direction: ltr;
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
}
.artNav .et_search_outer {
  display: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 40px;
}
.artNav .et_search_outer .et_search_form_containers {
  position: relative;
  opacity: 0;
  height: 1px;
  animation: none;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers {
  right: 40px;
  top: 20px;
  top: calc(100% - 60px);
  width: 100%;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers form {
  max-width: 100% !important;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form {
  position: relative;
  width: 100%;
  float: none !important;
  display: flex !important;
  align-items: stretch;
  height: 44px;
  hyphens: manual;
  border-radius: 0 !important;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper {
  flex-grow: 1;
  position: relative;
  vertical-align: top;
  padding: 0;
  width: 100%;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper .aws-search-label {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper .aws-search-field {
  padding-right: 40px;
  width: 100%;
  max-width: 100%;
  color: #313131;
  padding: 6px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  height: 100%;
  margin: 0 !important;
  border: 1px solid #d8d8d8;
  outline: 0;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper .aws-search-field::placeholder {
  color: #666666;
  font-size: 14px;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper .aws-search-clear {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  color: #757575;
  height: 100%;
  width: 38px;
  padding: 0 0 0 10px;
  text-align: left;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper .aws-search-clear span {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 24px;
  top: 50%;
  margin-top: -12px;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper .aws-loader {
  position: absolute;
  display: none;
  right: 10px;
  top: 50%;
  z-index: 999;
  margin: -8px 0 0;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid #ededed;
  border-right: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  border-left: 3px solid #555;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .aws-wrapper .aws-loaders {
  display: block;
  transform: translateZ(0);
  animation: load8 0.7s infinite linear;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  hyphens: manual;
}
.artNav .et_search_outer .et_search_form_containers .aws-containers .aws-search-form .icon-close {
  height: 44px;
  line-height: 44px;
  margin-left: 15px;
}
.artNav .et_search_outer .et_search_form_containers .et_close_search_field {
  display: block;
  width: 30px;
  height: 22px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
.artNav .et_search_outer .et_search_form_containers .et_close_search_field::after {
  speak: none;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  display: inline-block;
  box-sizing: border-box;
}
.artNav .et_search_outer .et_pb_search_visible {
  z-index: 999;
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.artNav .et_search_outer .containers {
  text-align: left;
  width: 36%;
  margin: auto;
}
.artNav .et_search_outer .aws-search-result {
  position: absolute;
  text-align: left;
  z-index: 9999999999999;
  background: #fff;
  width: 100%;
  margin-top: -1px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 16px;
  hyphens: manual;
  border-radius: 0;
  width: 36%;
  left: 29.9%;
  top: -16px;
  overscroll-behavior: contain;
}
.artNav .et_search_outer .aws-search-result .aws_no_result {
  line-height: 1.5;
  padding: 10px 6px;
  cursor: auto;
}
.artNav .et_search_outer .aws-search-result ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
}
.artNav .et_search_outer .aws-search-result ul::-webkit-scrollbar {
  /* 滚动条整体样式 */
  width: 6px;
  /* 宽高分别对应横竖滚动条的尺寸 */
  background: #d8d8d8;
  border-radius: 10px;
}
.artNav .et_search_outer .aws-search-result ul::-webkit-scrollbar-thumb {
  /* 滚动条里的小方块 */
  border-radius: 3px;
  background: #d8d8d8;
  height: 120px;
}
.artNav .et_search_outer .aws-search-result ul::-webkit-scrollbar-track {
  /* 滚动条里面的轨道 */
  border-radius: 10px;
  background: #fff;
}
.artNav .et_search_outer .aws-search-result ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  margin: 0 !important;
  position: relative;
}
.artNav .et_search_outer .aws-search-result ul li:hover {
  background: #f5f5f5;
}
.artNav .et_search_outer .aws-search-result ul li .aws_result_link {
  display: block;
  cursor: pointer;
  padding: 10px 8px;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  border: 0;
  display: flex;
  align-items: center;
  height: 74px;
}
.artNav .et_search_outer .aws-search-result ul li .aws_result_link .aws_result_link_top {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  outline: 0;
  text-decoration: none;
}
.artNav .et_search_outer .aws-search-result ul li .aws_result_link .aws_result_image {
  padding: 0 10px 0 0;
  line-height: 100%;
}
.artNav .et_search_outer .aws-search-result ul li .aws_result_link .aws_result_image img {
  width: 50px;
  height: auto;
  box-shadow: none;
  max-width: 100%;
}
.artNav .et_search_outer .aws-search-result ul li .aws_result_link .aws_result_content {
  overflow: hidden;
  display: block;
  width: 85%;
}
.artNav .et_search_outer .aws-search-result ul li .aws_result_link .aws_result_content .aws_result_title {
  display: block;
  font-weight: bold !important;
  margin-bottom: 3px;
  color: #000 !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  word-break: break-word;
}
.artNav .et_search_outer .aws-search-result ul li:last-child {
  border-bottom: 0;
}
.artNav .et_search_outer .aws-search-result ul .aws_search_more {
  text-align: center;
}
.artNav .et_search_outer .aws-search-result ul .aws_search_more span {
  font-weight: bold;
  color: #000;
  line-height: 40px;
  text-decoration: none;
  border: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.artNav .containers,
.artNav .containers-fluid,
.artNav .containers-lg,
.artNav .containers-md,
.artNav .containers-sm,
.artNav .containers-xl {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1300px) {
  .artNav .containers {
    width: 100%;
  }
  .artNav .art-top-header .top-header-content {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .artNav .main-header {
    height: 170px;
    font-family: "Neue-SemiBold" !important;
  }
  .artNav .main-header .containers .logo_containers {
    display: none;
  }
  .artNav .main-header .containers .box_left {
    width: 100%;
  }
  .artNav .main-header .containers .box_left #et-top-navigation {
    width: 100%;
    padding-top: 67px;
  }
  .artNav .main-header .containers .box_left #et-top-navigation #top-menu-nav {
    width: 100%;
  }
  .artNav .main-header .containers .box_left #et-top-navigation .nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .artNav .main-header .containers .box_left #et-top-navigation .nav .logo-container-pc {
    width: 180px;
  }
  .artNav .main-header .containers .box_left #et-top-navigation .nav .logo-container-pc .logo-content {
    width: 150px;
    height: 150px;
    cursor: pointer;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 150px;
  }
  .artNav .main-header .containers .box_left #et-top-navigation .nav .logo-container-pc img {
    display: none;
  }
  .artNav .main-header .containers .box_left #et-top-navigation .nav .logo-container-pc i {
    display: inline;
    font-size: 44px;
  }
  .artNav .main-header-home {
    height: 215px;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background: linear-gradient(rgba(45, 41, 37, 0.8), rgba(45, 41, 37, 0));
  }
  .artNav .main-header-home .containers .box_left #et-top-navigation {
    padding-top: 93px;
  }
  .artNav .main-header-home .containers .box_left #et-top-navigation .nav li .one-menu {
    color: #fff;
  }
  .artNav .main-header-home .containers .box_left #et-top-navigation .nav li ul {
    opacity: 0.9;
  }
  .artNav .main-header-home .containers .box_left #et-top-navigation .nav .logo-container-pc {
    top: -92px;
  }
  .artNav .main-header-home .containers .box_left #et-top-navigation .nav .logo-container-pc .logo-content {
    background: #2d2925;
    top: 0 !important;
  }
  .artNav .main-header-home .containers .box_left #et-top-navigation .nav .logo-container-pc img {
    display: block;
  }
  .artNav .main-header-home .containers .box_left #et-top-navigation .nav .logo-container-pc i {
    display: none;
  }
  .artNav #et_top_search {
    display: none !important;
  }
  .artNav .et_search_form_containers {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .artNav .main-header .shoucangIcon {
    display: none;
  }
  .artNav .main-header #et-top-navigation {
    display: none;
  }
  .artNav .main-header .et_search_outer .aws-search-result {
    width: calc(100% - 40px);
    left: 20px;
    top: -17px;
  }
  .artNav .main-header .et_search_outer .containers {
    width: 100% !important;
    padding: 0 20px;
    background-color: #fff;
  }
  .artNav .main-header .et_search_outer .containers .aws-containers .aws-search-form {
    max-width: 100%;
  }
  .artNav .main-header .et_search_outer .containers .aws-containers .aws-search-form .aws-wrapper .aws-search-clear {
    display: block !important;
  }
  .artNav .main-header .et_search_outer .containers .et_close_search_field {
    display: none;
  }
  .artNav .main-header .et_search_outer .et_close_search_fiel {
    display: none !important;
  }
  .artNav .main-header #et_top_search .loginCont {
    display: inline;
    padding: 0 11.5px;
  }
  .artNav .main-header #et_top_search .loginCont .iconfont {
    color: #313131;
  }
  .artNav .main-header #et_top_search .loginCont .avatar {
    margin-left: 5px;
  }
  .artNav .main-header #et_top_search .loginCont .toCar {
    position: relative;
  }
  .artNav .main-header #et_top_search .loginCont .toCar .cart-num {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #757575;
    position: absolute;
    top: -6px;
    line-height: 16px;
    color: #757575;
    text-align: center;
    font-size: 12px;
    right: -11px;
  }
  .artNav .main-header .et_menu_containers .app_icon {
    display: block;
  }
  .artNav .main-header .et_menu_containers .app_icon .iconfont {
    cursor: pointer;
    width: 35px;
    display: inline-block;
  }
  .artNav .main-header .et_menu_containers .app_icon .icon-sousuo {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .artNav .art-top-header .top-header-content {
    width: 90%;
  }
  .artNav .art-top-header .top-header-content .dearler-Locator, .artNav .art-top-header .top-header-content .dealer-login-btn, .artNav .art-top-header .top-header-content .search-favorite-btn {
    display: none !important;
  }
  .artNav .art-top-header .top-header-content .top-header-left {
    width: 100%;
  }
  .artNav .art-top-header .top-header-content .top-header-left-content {
    width: 100%;
  }
  .artNav .art-top-header .top-header-content .top-header-content-1 .top-header-placeholder {
    display: none;
  }
  .artNav .containers {
    max-width: 640px;
    width: 90%;
  }
  .artNav .login_btn {
    margin-left: 10px !important;
  }
  .artNav .et-cart-info {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    width: 40px;
  }
  .artNav #logo {
    width: calc(100% - 12px) !important;
    object-fit: contain;
    font-size: 32px;
  }
  .artNav .app_icon {
    display: flex !important;
  }
  .artNav .sign_Up {
    display: block !important;
  }
}

.header-bottomsToken {
  position: fixed !important;
  top: 35px !important;
  z-index: 20;
}

.header-bottomsToken-pc {
  top: 40px !important;
  position: fixed !important;
}

.artNav_placeholder {
  height: 40px;
}

.artNav_placeholder_app {
  height: 120px;
}

.artNav_placeholder_app_token {
  height: 155px;
}

.artNav_placeholder_other {
  height: 210px;
}

.artNav_placeholder_token_home {
  height: 80px;
}

.artNav_placeholder_token_other {
  height: 250px;
}

@keyframes slideDownToken {
  0% {
    top: 0;
  }
  100% {
    top: 35px;
  }
}
.header-bottoms {
  position: fixed !important;
  top: 0;
  z-index: 11;
}

.header-bottoms_ {
  position: fixed !important;
  z-index: 15;
  display: block;
}

@keyframes slideDown_ {
  0% {
    top: 0px;
  }
  100% {
    top: -120px;
  }
}
@keyframes slideDown {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}
.menu-wrapper {
  width: 100%;
  transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, margin 0.25s ease, padding-left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  border: none;
  position: relative;
  left: 0;
}
.menu-wrapper .menu-dark {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 40px;
  left: 0;
  z-index: 9;
}
.menu-wrapper .slide-nav {
  position: fixed;
  width: 235px;
  height: 100%;
  background: #fff;
  left: -405px;
  top: 0;
  z-index: 100;
  transition: left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.menu-wrapper .slidebar-wrapper {
  color: #333;
  overflow-y: auto;
}
.menu-wrapper .slidebar-wrapper::-webkit-scrollbar {
  width: 0.5em;
  /* 设置滚动条宽度 */
  height: 0.5em;
  /* 设置滚动条高度 */
}
.menu-wrapper .slidebar-wrapper .mobileMenu-toggle {
  font-size: 0;
  overflow: hidden;
  padding: 0;
  z-index: 50;
  display: block;
  position: absolute;
  right: 20px;
  top: 8px;
}
.menu-wrapper .slidebar-wrapper .slide-close {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 21px 8px 29px;
}
.menu-wrapper .slidebar-wrapper .slide-close .slider-hello,
.menu-wrapper .slidebar-wrapper .slide-close .slider-btn {
  line-height: 21px;
}
.menu-wrapper .slidebar-wrapper .slide-close .slider-btn {
  font-size: 12px;
  margin-top: 8px;
}
.menu-wrapper .slidebar-wrapper .slide-close .sign-in,
.menu-wrapper .slidebar-wrapper .slide-close .sign-up {
  cursor: pointer;
  color: #333;
}
.menu-wrapper .slidebar-wrapper .slide-close .sign-in {
  margin-right: 12px;
}
.menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
}
.menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode .slider-name {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 26px;
  margin-bottom: 10px;
}
.menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode .slider-name_::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  right: -14px;
  cursor: auto;
}
.menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar {
  width: 100%;
}
.menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box {
  display: flex;
  color: #333;
  width: 100%;
  padding: 22px 24px 0;
  justify-content: space-between;
  flex-direction: row;
}
.menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div {
  font-size: 10px;
  text-transform: uppercase;
}
.menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div span {
  color: #333;
}
.menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin .mr-10 {
  margin: 0 10px;
  border-left: 1px solid;
}
.menu-wrapper .slidebar-wrapper .slide-close .icon-close {
  font-size: 40px;
  cursor: pointer;
  transition: transform 0.47s cubic-bezier(0.3, 1, 0.3, 0.95);
  /* 只设置 transform 的过渡效果 */
  transform-origin: center;
  /* 设置旋转的原点在元素的中心 */
}
.menu-wrapper .slidebar-wrapper .slide-close .icon-close:hover {
  transform: rotate(90deg);
  /* 使图标自身旋转90度 */
}
.menu-wrapper .slidebar-wrapper .slide-close .b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.menu-wrapper .slidebar-wrapper .slide-close .fast-change-mode {
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
.menu-wrapper .slidebar-wrapper .slide-close .fast-change-mode span {
  font-size: 14px;
}
.menu-wrapper .slidebar-wrapper .slide-close .icon-close {
  font-size: 14px;
  cursor: pointer;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  position: absolute;
  top: 10px;
  right: 24px;
}
.menu-wrapper .slidebar-wrapper .slide-menu {
  padding: 18px 21px 165px 29px;
}
.menu-wrapper .slidebar-wrapper .slide-menu hr {
  border-top: 2px solid #333;
  margin: 0.5em 0 0.5em 0;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu {
  margin-top: 34px;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .first-name {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .xiaHover {
  font-size: 10px;
  transition: transform 0.3s ease 0s;
  transform: scale(0.6) rotate(180deg);
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .xiaHover:first-child {
  display: none;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu,
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu {
  height: auto;
  overflow: hidden;
  padding-left: 20px;
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu li,
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu li {
  margin: 0;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .second-name,
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .third-name,
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .second-name,
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .third-name {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 14px 0;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .third-name,
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .third-name {
  margin-top: 20px;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu .menu-hide {
  height: 0;
}
.menu-wrapper .slidebar-wrapper .slide-menu .first-menu:first-child {
  margin-top: 0;
}

.header-inner {
  width: 100%;
  background: #fff;
}
.header-inner .header-menu {
  width: 100%;
  height: 100%;
}
.header-inner .header-menu .nav-minScreen {
  cursor: pointer;
  z-index: 2;
}
.header-inner .header-menu .header-row {
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}
.header-inner .header-menu .header-col {
  padding: 0;
  cursor: pointer;
}
.header-inner .header-menu .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-inner .header-menu .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.header-inner .header-menu .nav-white {
  color: #000;
}

.artFooter {
  margin-top: 0px;
  background-color: #2D2925;
}
.artFooter .containers {
  text-align: left;
  position: relative;
  width: 80%;
  margin: auto;
}
.artFooter .containers #footer-widgets {
  padding: 5% 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.artFooter .containers #footer-widgets .footer-widget {
  width: 20.875%;
  float: left;
  color: #ffffff;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget {
  margin-bottom: 26.347%;
  word-wrap: break-word;
  max-width: 100%;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget .title {
  color: #fff;
  font-size: 14px;
  padding-bottom: 7px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.4px;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget .title-none {
  display: none;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget p {
  padding-bottom: 7px;
  margin-bottom: 0;
  text-align: center;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget span {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget span:hover {
  opacity: 0.9;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget span img {
  margin-right: 10px;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget .textwidget {
  text-align: center;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget .textwidget .footer-two {
  font-size: 14px;
  color: #c9c3bc;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget .textwidget .footer-two:hover {
  color: #fff;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget .none_data_link {
  cursor: auto;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget .none_data_link:hover {
  opacity: 1;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget li {
  position: relative;
  margin-bottom: 20px;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget li span {
  cursor: pointer;
}
.artFooter .containers #footer-widgets .footer-widget .smGlobalBtn {
  /* global button class */
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-bottom: 10px;
}
.artFooter .containers #footer-widgets .footer-widget .icon-names {
  padding-left: 8px;
}
.artFooter .containers #footer-widgets .footer-widget .text_art {
  text-transform: capitalize;
  display: inline-block;
  align-items: center;
  padding-left: 0;
}
.artFooter .containers #footer-widgets .footer-widget .text_art img {
  margin-right: 2px;
  width: 25px;
}
.artFooter .containers #footer-widgets .footer-widget .fwidget:last-child {
  margin-bottom: 0;
}
.artFooter .containers #footer-widgets .footer-widget:last-child {
  margin-right: 0;
}
.artFooter .containers #footer-widgets .footer-widget:last-child .fwidget .title, .artFooter .containers #footer-widgets .footer-widget:last-child .fwidget .textwidget {
  text-align: right;
}
.artFooter .containers #footer-widgets .footer-widget:first-child .fwidget .title, .artFooter .containers #footer-widgets .footer-widget:first-child .fwidget p {
  text-align: left;
}
.artFooter .footer-logo {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
}
.artFooter .footer-logo .footer-logo-content {
  color: #fff;
}
.artFooter .footer-logo .footer-logo-content i {
  font-size: 85px;
}
.artFooter .footer-bottom {
  border-top: 1px solid #c9c3bc;
  padding: 20px 0;
}
.artFooter .footer-bottom .containers {
  text-align: left;
  width: 80%;
  margin: auto;
  position: relative;
  font-size: 12px;
}
.artFooter .footer-bottom .containers .footer-info {
  float: left;
  color: #c9c3bc;
}
.artFooter .footer-bottom .containers .footer-policy-terms {
  float: right;
  color: #c9c3bc;
}
.artFooter .footer-bottom .containers .footer-policy-terms a {
  color: #c9c3bc;
}
.artFooter .footer-bottom .containers .footer-policy-terms a:hover {
  color: #fff;
}
.artFooter .footer-bottom .containers::after {
  display: table;
  content: "";
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0;
}
.artFooter .footer-bottom .containers::before {
  display: table;
  content: "";
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .goHome {
    font-size: 16px;
    font-weight: 600;
  }
  .goFavorites {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 30px;
  }
  .goFavorites .shoucangIcon {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .sign_Up {
    display: none !important;
  }
  .first-name .firstName {
    font-size: 16px;
    font-weight: 600;
  }
  .menu-wrapper .slide-nav {
    width: 405px;
    left: -405px;
  }
  .artFooter {
    margin-top: 0;
    position: relative;
  }
  .artFooter .containers #footer-widgets .footer-widget {
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .header-bottoms, .header-bottomsToken, .header-bottoms_ {
    width: 100vw;
  }
  .menu-wrapper .slide-nav {
    width: 235px;
    left: -235px;
  }
  .artFooter .footer-logo-content {
    text-align: center;
  }
  .artFooter .containers #footer-widgets .footer-widget {
    margin-top: 5%;
    width: 100%;
  }
  .artFooter .containers #footer-widgets .footer-widget:last-child {
    margin-right: 0;
  }
  .artFooter .containers #footer-widgets .footer-widget:last-child .fwidget .title, .artFooter .containers #footer-widgets .footer-widget:last-child .fwidget .textwidget {
    text-align: center;
  }
  .artFooter .containers #footer-widgets .footer-widget:first-child .fwidget .title, .artFooter .containers #footer-widgets .footer-widget:first-child .fwidget p {
    text-align: center;
  }
  .artFooter .containers .footer-info, .artFooter .containers .footer-policy-terms {
    float: none !important;
    text-align: center;
  }
  .artFooter .containers .footer-info {
    margin-bottom: 15px;
  }
  .artFooter .footer-logo .footer-logo-content {
    width: 100%;
  }
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/roweNavFootIndex.scss ***!
  \*****************************************************************************************************************************************************/
@charset "UTF-8";
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

body {
  overflow-x: hidden !important;
  background: #fff;
}

header .global-menu {
  width: 100%;
  background: #000;
}
header .global-menu .logo-item {
  padding: 0 20px;
}
header .global-menu .logo-item-active {
  background: #fff;
}
header .global-menu .logo-item-active i {
  color: #000 !important;
}
header .global-menu .art_icon {
  width: 117px !important;
}
header .global-menu .art_icon {
  width: 117px !important;
}
header .global-menu .global-menu-right {
  width: 50%;
  position: relative;
}
header .global-menu .global-menu-right .fast-change-mode {
  color: #fff;
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
header .global-menu .global-menu-right .fast-change-mode .icon-setMode1 {
  width: 16px;
  border-left: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-right: 4px;
}
header .global-menu .global-menu-right .avatar:hover .nav-user-info {
  display: block;
}
header .global-menu .global-menu-right .shoucangIcon {
  color: #fff;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  height: 43px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
header .global-menu .global-menu-right .shoucangIcon:hover {
  color: gray;
}
header .global-menu .global-menu-right .avatar,
header .global-menu .global-menu-right .product-cart {
  color: #fff;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  height: 43px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
header .global-menu .global-menu-right .avatar.active {
  position: relative;
}
header .global-menu .global-menu-right .avatar.active::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #E36BFF;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
}
header .global-menu .global-menu-right .header-user-dark {
  top: 40px;
  background: rgba(0, 0, 0, 0.5);
}
header .global-menu .global-menu-right .menu-dark {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 40px;
  left: 0;
  z-index: 15;
}
header .global-menu .global-menu-right .product-cart:hover .cart-list-view {
  display: block;
}
header .global-menu .global-menu-right .product-cart .cart-num {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  line-height: 17px;
  padding-right: 1px;
  color: #333;
  text-align: center;
  font-size: 12px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view {
  display: none;
  width: 340px;
  min-height: 97px;
  position: absolute;
  top: 45px;
  right: -22px;
  z-index: 100;
  padding-right: 1px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.14);
  cursor: auto;
  color: #333;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content {
  padding-top: 20px;
  background: #fff;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list {
  max-height: 280px;
  overflow-y: auto;
  padding: 0 24px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card-last-child {
  margin-bottom: 0;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card {
  display: flex;
  margin-bottom: 20px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap {
  width: 80px;
  height: 80px;
  border: 1px solid #d9d9d9;
  margin-right: 12px;
  position: relative;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .img-contain .el-image__error,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .img-contain .el-image__inner,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .img-contain .el-image__placeholder {
  min-width: 100%;
  min-height: 100%;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__inner {
  vertical-align: top;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__error,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__inner,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__placeholder {
  width: 100%;
  height: 100%;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__inner {
  opacity: 1;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .imgs,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .imgs i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo {
  width: 45px;
  position: absolute;
  bottom: 1px;
  left: 3px;
  line-height: 0;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo img {
  width: 100%;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info {
  flex: 1;
  max-width: 190px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info p {
  margin: 0;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 17px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-name {
  max-width: 359px;
  color: #333;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-num,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
  color: #787878;
  margin-bottom: 4px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
  color: #666;
  background: #FFFFFF;
  font-size: 12px;
  margin: 3px 0;
  display: block;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
  background: #F5F5F5;
  padding: 2px 4px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list-noScroll::-webkit-scrollbar {
  /* 滚动条整体样式 */
  width: 6px;
  /* 宽高分别对应横竖滚动条的尺寸 */
  background: #d8d8d8;
  border-radius: 10px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list-noScroll::-webkit-scrollbar-thumb {
  /* 滚动条里的小方块 */
  border-radius: 3px;
  background: #d8d8d8;
  height: 120px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list-noScroll::-webkit-scrollbar-track {
  /* 滚动条里面的轨道 */
  border-radius: 10px;
  background: #fff;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 20px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn {
  background: #fff;
  color: #313222;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn:hover {
  background: #f8f8f8;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .checkout-btn:focus,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn:focus {
  box-shadow: inherit !important;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .btn {
  width: 292px;
  border: 1px solid #313233;
  outline: none;
  border-radius: 0;
  font-size: 14px;
  height: 42px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .checkout-btn,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn-only {
  color: #fff;
  background: #000;
  margin-top: 9px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .checkout-btn:hover,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn-only:hover {
  background: #333;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap button {
  border: none;
  text-transform: none;
  font-family: inherit;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap button,
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap input {
  overflow: visible;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .btn:first-child {
  margin-top: 0;
}
header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .empty-crat {
  display: block;
  margin: 0 auto 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 97px;
  line-height: 97px;
  margin-top: -20px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  top: -4px;
  right: 36px;
}
header .global-menu .global-menu-right .product-cart .cart-list-view:hover {
  color: #333;
}
header .global-menu .global-menu-right .avatar .cart-num,
header .global-menu .global-menu-right .product-cart .cart-num {
  right: 0;
}
header .global-menu-art-fixed {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}
header .ca-logo-item {
  width: 116px !important;
}
header .art-logo-item {
  width: 118px !important;
}
@media screen and (min-width: 992px) {
  header .global-menu.hom-global-menu {
    height: 40px;
  }
  header .global-menu.hom-global-menu .global-menu-inner {
    width: 72.9%;
    height: 39px;
    margin: 0 auto;
    padding-top: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left {
    height: 100%;
    flex: none;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .logo-item {
    height: 100%;
    line-height: 38px;
    width: 76px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .jc_logo_ {
    width: 100px !important;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left img {
    width: auto;
    height: 27.5px;
    vertical-align: middle;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left i {
    color: #fff;
    font-size: 12px;
  }
  header .nav-user-info {
    display: none;
    position: fixed;
    width: 281px;
    top: 52px;
    padding-top: 28px;
    right: calc(3% + 140px);
    z-index: 100;
    cursor: auto;
  }
  header .nav-user-info .hover-line {
    display: inline-block;
    white-space: nowrap;
  }
  header .nav-user-info .user-name {
    width: 100%;
    height: 62px;
    background: #eaeaea;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    padding: 0 7%;
  }
  header .nav-user-info .user-name > span {
    cursor: pointer;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  header .nav-user-info .user-selection {
    padding: 0 7%;
    background: #fff;
  }
  header .nav-user-info .user-selection .other-pattern {
    padding-top: 20px;
  }
  header .nav-user-info .user-selection .other-pattern div {
    font-size: 16px;
    color: #333;
  }
  header .nav-user-info .user-selection .other-pattern div span {
    cursor: pointer;
  }
  header .nav-user-info .user-selection .other-pattern div i {
    float: none;
    color: #333;
    margin-right: 4.5%;
    padding: 0;
    line-height: 25px;
  }
  header .nav-user-info .user-selection .other-pattern div .icon-xingxing.active {
    position: relative;
  }
  header .nav-user-info .user-selection .other-pattern div .icon-xingxing.active::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #E36BFF;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 0;
  }
  header .nav-user-info .user-selection .other-pattern .log-out {
    height: 94px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
  }
  header .nav-user-info .user-selection .other-pattern .log-out .logout-inner {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #333;
    cursor: pointer;
  }
  header .nav-user-info .user-selection .other-pattern .log-out .logout-inner:hover {
    background: #f8f8f8;
  }
  header .nav-user-info .user-selection .other-pattern .log-out_ {
    margin-top: 0;
    border-top: 0px;
  }
  header .nav-user-info .user-selection .other-pattern_ {
    padding-top: 0;
  }
  header .nav-user-info .hover-line {
    display: inline-block;
    white-space: nowrap;
  }
  header .nav-user-info .hover-line:hover::after {
    content: "";
    display: block;
    margin-top: -5px;
    width: 100%;
    height: 1px;
    background: #333;
  }
  header .nav-user-info .pcName:hover::after {
    content: "";
    display: block;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: #333;
  }
  header .nav-user-info-global {
    position: absolute;
    top: 45px;
    right: -22px;
    padding-top: 0;
  }
  header .AI-message-wrap {
    width: 347px;
    position: absolute;
    top: 43px;
    right: 155px;
    z-index: 20;
    color: #000;
    padding: 14px 0;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
    background: #fff;
  }
  header .AI-message-wrap .AI-message-item {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    cursor: pointer;
  }
  header .AI-message-wrap .AI-message-item:hover {
    background: #FAE6F6;
  }
  header .AI-message-wrap .AI-message-item .AI-messag-imgWrap {
    width: 64px;
    height: 64px;
    margin-right: 15px;
  }
  header .AI-message-wrap .AI-message-item .AI-messag-imgWrap .AI-messag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .AI-message-wrap .AI-message-item .AI-messag-item-text {
    font-size: 15px;
    font-weight: 700;
  }
  header .nav-user-inner {
    position: relative;
  }
  header .nav-user-inner::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    background: #eaeaea;
    position: absolute;
    top: -4px;
    right: 36px;
  }
}
@media screen and (max-width: 992px) {
  header .global-menu.hom-global-menu {
    height: 35px;
  }
  header .global-menu.hom-global-menu .global-menu-inner {
    width: 100%;
    height: 34px;
    padding-top: 1px;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .art-logo-item {
    width: 98px !important;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .logo-item {
    height: 100%;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    flex: 1;
    padding: 0 10px;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .logo-item img {
    vertical-align: middle;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left img {
    width: auto;
    height: 20px;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-left i {
    color: #fff;
    font-size: 12px;
  }
  header .global-menu.hom-global-menu .global-menu-inner .global-menu-right {
    display: none;
  }
  header .global-menu-fixed {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
  }
}

nav.rowe .menu-wrapper {
  width: 100%;
  transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, margin 0.25s ease, padding-left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  border: none;
  position: relative;
  left: 0;
}
nav.rowe .menu-wrapper .menu-dark {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 40px;
  left: 0;
  z-index: 9;
}
nav.rowe .menu-wrapper .slide-nav {
  position: fixed;
  width: 235px;
  height: 100%;
  background: #000;
  left: -235px;
  top: 0;
  z-index: 100;
  transition: left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
nav.rowe .menu-wrapper .slidebar-wrapper {
  color: #fff;
  overflow-y: auto;
}
nav.rowe .menu-wrapper .slidebar-wrapper::-webkit-scrollbar {
  width: 0.5em;
  /* 设置滚动条宽度 */
  height: 0.5em;
  /* 设置滚动条高度 */
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 21px 8px 29px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-hello,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-btn {
  line-height: 21px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-btn {
  font-size: 12px;
  margin-top: 8px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .sign-in,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .sign-up {
  cursor: pointer;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .sign-in {
  margin-right: 12px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode .slider-name {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 26px;
  margin-bottom: 10px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode .slider-name_::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -14px;
  cursor: auto;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar {
  width: 100%;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box {
  display: flex;
  color: #fff;
  width: 100%;
  padding: 22px 24px 0;
  justify-content: space-between;
  flex-direction: row;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div {
  font-size: 10px;
  text-transform: uppercase;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div a {
  color: #fff;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin .mr-10 {
  margin: 0 10px;
  border-left: 1px solid;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .icon-close {
  font-size: 40px;
  cursor: pointer;
  transition: transform 0.47s cubic-bezier(0.3, 1, 0.3, 0.95);
  /* 只设置 transform 的过渡效果 */
  transform-origin: center;
  /* 设置旋转的原点在元素的中心 */
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .icon-close:hover {
  transform: rotate(90deg);
  /* 使图标自身旋转90度 */
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .fast-change-mode {
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .fast-change-mode span {
  font-size: 14px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .icon-close {
  font-size: 14px;
  cursor: pointer;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  position: absolute;
  top: 10px;
  right: 24px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu {
  padding: 18px 21px 29px 29px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu {
  margin-top: 34px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .first-name {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .xiaHover {
  font-size: 10px;
  transition: transform 0.3s ease 0s;
  transform: scale(0.6) rotate(180deg);
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .xiaHover:first-child {
  display: none;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu {
  height: auto;
  overflow: hidden;
  padding-left: 20px;
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu li,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu li {
  margin: 0;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .second-name,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .third-name,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .second-name,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .third-name {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .third-name,
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .third-name {
  margin-top: 20px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .menu-hide {
  height: 0;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu > li {
  margin-top: 24px;
}
nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu:first-child {
  margin-top: 0;
}
nav.rowe .header-out .header-inner {
  width: 100%;
  background: #fff;
}
nav.rowe .header-out .header-inner .header-menu {
  width: 100%;
  height: 100%;
}
nav.rowe .header-out .header-inner .header-menu .nav-minScreen {
  cursor: pointer;
  z-index: 2;
}
nav.rowe .header-out .header-inner .header-menu .header-row {
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}
nav.rowe .header-out .header-inner .header-menu .header-col {
  padding: 0;
  cursor: pointer;
}
nav.rowe .header-out .header-inner .header-menu .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav.rowe .header-out .header-inner .header-menu .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
nav.rowe .header-out .header-inner .header-menu .nav-white {
  color: #000;
}
nav.rowe .header-fixed-app,
nav.rowe .header-fixed {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  nav.rowe .header-out {
    height: 80px;
    background: #fff;
  }
  nav.rowe .header-out .header-inner {
    height: 80px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.06);
  }
  nav.rowe .header-out .header-menu {
    position: relative;
  }
  nav.rowe .header-out .header-menu .nav-minScreen {
    display: none;
  }
  nav.rowe .header-out .header-menu .app-search-icon,
  nav.rowe .header-out .header-menu .nav-minScreen {
    display: none;
  }
  nav.rowe .header-out .header-menu .header-row {
    padding: 0 3%;
  }
  nav.rowe .header-out .header-menu .logo img {
    width: auto;
    height: 50px;
  }
  nav.rowe .header-out .header-menu .nav {
    height: 100%;
    position: static;
    flex-wrap: nowrap;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc-less {
    display: block;
    padding-left: 8.6%;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc-less > li {
    display: inline-block;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc {
    width: 100%;
    height: 100%;
    display: flex;
  }
  nav.rowe .header-out .header-menu .nav .product-menu {
    margin-left: 2.1%;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li {
    height: 100%;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu:hover::after {
    width: 100%;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu:hover .icon-xia {
    transform: scale(0.4) rotate(180deg);
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu .icon-xia {
    transform: scale(0.4);
    color: #212529;
    font-size: 8px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu .menu-icon {
    margin-left: 8px;
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu::after {
    content: "";
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 27px;
    left: 0;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col {
    background: #fff;
    display: flex;
    padding: 0 6.8%;
    color: #999;
    justify-content: center;
    align-items: center;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col ul {
    width: 50%;
    margin-right: 20px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col .second-li {
    width: 100%;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col .second-li img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col .second-li .second-name {
    display: block;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    padding-top: 14px;
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second-brand {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
    min-height: auto;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second-brand ul .second-li {
    transform: translateY(0);
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second-brand ul:hover .second-li {
    transform: translateY(-14px);
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    box-shadow: inset 0 6px 4px 0 rgba(0, 0, 0, 0.06), inset 0 -6px 4px 0 rgba(0, 0, 0, 0.06);
    z-index: 12;
    display: none;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second ul {
    width: 100%;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second ul .second-name {
    display: block;
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .nav-third ul {
    margin-top: 10px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .nav-third ul .third-name {
    color: #333;
    font-size: 16px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .third-name {
    display: block;
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .third-name:hover {
    color: #999 !important;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor {
    padding-left: 6.8%;
    padding-bottom: 75px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products {
    margin-top: 30px;
    margin-bottom: 26px;
    width: 100% !important;
    display: inline-block;
    padding-right: 4.1%;
    vertical-align: top;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products span {
    margin-bottom: 7px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products .menu-font {
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products .menu-font:hover {
    color: #666;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products span {
    font-size: 16px;
    color: #333;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products span:hover {
    color: #666;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul {
    padding-top: 20px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-li:first-child {
    top: 48px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-li:last-child {
    margin-right: 0;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-name {
    color: #333;
    margin-bottom: 7px;
    font-size: 16px;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-name:hover {
    color: #666;
  }
  nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .line_::after {
    content: "";
    display: block;
    width: 71.4%;
    height: 1px;
    background: #333;
    margin-top: 7px;
  }
  nav.rowe .header-out .header-menu .header-right {
    width: 39%;
    overflow: hidden;
    height: 80px;
  }
  nav.rowe .header-out .header-menu .header-right .user-signup {
    display: none !important;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info {
    position: fixed;
    width: 281px;
    top: 52px;
    padding-top: 28px;
    right: calc(3% + 140px);
    z-index: 100;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .nav-user-inner {
    position: relative;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .nav-user-inner::after {
    right: 14px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    background: #eaeaea;
    position: absolute;
    top: -4px;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name {
    width: 100%;
    height: 62px;
    background: #eaeaea;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    padding: 0 7%;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name > span {
    cursor: pointer;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name .hover-line {
    display: inline-block;
    white-space: nowrap;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name .hover-line:hover::after {
    content: "";
    display: block;
    position: relative;
    top: -25px;
    width: 100%;
    height: 1px;
    background: #333;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection {
    padding: 0 7%;
    background: #fff;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern {
    height: 143px;
    padding-top: 30px;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .visiter-info {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    cursor: default;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .learn-more span {
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .learn-more,
  nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .visiter-info {
    font-size: 16px;
    color: #333;
    cursor: default;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .hover-line-learn {
    display: inline-block;
    white-space: nowrap;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .hover-line-learn::after {
    width: 100%;
    height: 1px;
    background: #333;
    content: "";
    display: block;
    margin-top: -26px;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info .hover-line-learn:hover::after {
    background: transparent;
  }
  nav.rowe .header-out .header-menu .header-right .nav-user-info-nofastmode {
    right: 3%;
  }
  nav.rowe .header-out .header-menu .header-right .avatar,
  nav.rowe .header-out .header-menu .header-right .product-cart {
    color: #000;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    position: relative;
  }
  nav.rowe .header-out .header-menu .header-right .product-cart {
    display: none !important;
  }
  nav.rowe .header-out .header-menu .header-right .product-cart .cart-num {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 34%;
    line-height: 16px;
    color: #333;
    text-align: center;
    font-size: 12px;
  }
  nav.rowe .header-out .header-menu .header-right .avatar {
    padding-right: 10px;
  }
  nav.rowe .header-out .header-menu .header-right .header-user-dark {
    top: 80px;
    background: rgba(0, 0, 0, 0.5);
  }
  nav.rowe .header-out .header-menu .header-right .user-login {
    float: right;
    font-size: 18px;
    color: #000;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .header-right .header-search {
    float: right;
    height: 100%;
    line-height: 80px;
    width: 37.2%;
    min-width: 173px;
    margin-right: 10px;
    border-radius: 0;
    position: relative;
    transition: width 0.3s ease;
  }
  nav.rowe .header-out .header-menu .header-right .header-search input {
    width: 100%;
    height: 27px;
    line-height: 27px;
    margin-right: 20%;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333;
    border-color: #333 !important;
    font-size: 14px;
    color: #000;
    border-radius: 0 !important;
  }
  nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner,
  nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner_app {
    padding-right: 30px;
    display: inline-block;
    outline: 0;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner::placeholder,
  nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner_app::placeholder {
    font-size: 14px;
  }
  nav.rowe .header-out .header-menu .header-right .header-search .el-input__suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    transition: all 0.3s;
  }
  nav.rowe .header-out .header-menu .header-right .header-search .el-input__prefix,
  nav.rowe .header-out .header-menu .header-right .header-search .el-input__suffix {
    height: 100%;
    color: #c0c4cc;
    text-align: center;
  }
  nav.rowe .header-out .header-menu .header-right .header-search .search-icon.icon-sousuo {
    font-size: 16px;
  }
  nav.rowe .header-out .header-menu .header-right .header-search .search-icon {
    color: #000;
    cursor: pointer;
  }
  nav.rowe .header-out .header-menu .header-right .el-input {
    font-size: 14px;
    display: inline-block;
  }
  nav.rowe .header-out .header-menu .header-right .user-app {
    color: #000;
  }
  nav.rowe .header-out .header-menu .header-right .user-app:hover {
    color: grey;
  }
  nav.rowe .header-out .header-menu .el-input__suffix,
  nav.rowe .header-out .header-menu .el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none;
  }
}
@media screen and (max-width: 992px) {
  nav.rowe .header-out {
    height: 78px;
    background: #fff;
  }
  nav.rowe .header-out .header-inner {
    height: 78px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.06);
  }
  nav.rowe .header-out .header-fixed-app-global {
    position: fixed;
    z-index: 20;
    top: 35px;
    left: 0;
  }
  nav.rowe .header-out .header-menu {
    position: relative;
  }
  nav.rowe .header-out .header-menu .app-search-icon {
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: calc(5.3% + 34px);
    transform: translateY(-50%);
  }
  nav.rowe .header-out .header-menu .logo-img {
    top: 15px;
  }
  nav.rowe .header-out .header-menu .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  nav.rowe .header-out .header-menu .logo img {
    width: auto;
    height: 50px;
  }
  nav.rowe .header-out .header-menu .header-right {
    position: absolute;
    right: 5.3%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    width: 30%;
    height: 78px;
    line-height: 78px;
  }
  nav.rowe .header-out .header-menu .header-right .user-app {
    font-size: 19px;
    color: #333;
  }
  nav.rowe .header-out .header-menu .header-right .avatar,
  nav.rowe .header-out .header-menu .header-right .product-cart {
    float: right;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    position: relative;
  }
  nav.rowe .header-out .header-menu .header-right .avatar {
    display: block !important;
  }
  nav.rowe .header-out .header-menu .header-right .product-cart {
    font-size: 21px;
  }
  nav.rowe .header-out .header-menu .header-right .product-cart .cart-num {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 34%;
    line-height: 16px;
    color: #333;
    text-align: center;
    font-size: 12px;
    right: 1px;
  }
  nav.rowe .header-out .header-menu .header-right .user-pc,
  nav.rowe .header-out .header-menu .header-right .product-cart-pc {
    display: none !important;
  }
  nav.rowe .header-out .header-menu .header-right .user-signup {
    float: right;
    font-size: 16px;
    cursor: pointer;
    color: #000;
  }
  nav.rowe .header-out .nav-minScreen {
    position: absolute;
    top: 50%;
    left: 5.3%;
    transform: translateY(-50%);
  }
  nav.rowe .header-out .nav-minScreen .icon-menu {
    color: #000;
    font-size: 14px;
  }
  nav.rowe .header-out .nav-minScreen {
    position: absolute;
    top: 50%;
    left: 5.3%;
    transform: translateY(-50%);
  }
  nav.rowe .header-out .nav-minScreen .icon-menu {
    color: #000;
    font-size: 14px;
  }
  nav.rowe .header-out .app-search-icon {
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: calc(5.3% + 34px);
    transform: translateY(-50%);
  }
  nav.rowe .header-out .nav {
    display: none !important;
  }
  nav.rowe .header-out .header-search {
    display: none !important;
  }
  nav.rowe .header-out .el-input input {
    font-size: 16px !important;
  }
  nav.rowe .header-out .header-app-input {
    position: fixed;
    width: 100%;
    height: 78px;
    top: 0;
    left: 0;
    z-index: 22;
    background: #fff;
    padding: 0 8%;
  }
  nav.rowe .header-out .header-app-input .header-app-search {
    height: 100%;
  }
  nav.rowe .header-out .header-app-input .header-app-search input {
    height: 100%;
    border: none;
    color: #333;
  }
  nav.rowe .header-out .header-app-input .header-app-search .el-input__suffix {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 78px;
  }
  nav.rowe .header-out .header-app-input .header-app-search .search-icon {
    color: #999;
    cursor: pointer;
    font-size: 18px;
  }
  nav.rowe .header-out .header-app-input .app-mask {
    width: 100%;
    height: calc(100% - 78px);
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 78px;
    left: 0;
  }
}
nav.rowe .el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
nav.rowe .el-input--suffix .el-input__inner,
nav.rowe .el-input--suffix .el-input__inner_app {
  padding-right: 30px;
}
nav.rowe .el-input--suffix .el-input__inner_app::placeholder {
  font-size: 20px;
}
nav.rowe .el-input__inner,
nav.rowe .el-input__inner_app input {
  border-color: #999 !important;
  border-radius: 0 !important;
}
nav.rowe .el-input__inner,
nav.rowe .el-input__inner_app {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
nav.rowe .inputFocus {
  width: 40% !important;
}
nav.rowe .el-input__suffix {
  right: 5px;
  transition: all 0.3s;
}
nav.rowe .el-input__prefix,
nav.rowe .el-input__suffix {
  position: absolute;
  top: 0;
  height: 100%;
  color: #c0c4cc;
  text-align: center;
}
nav.rowe .el-input__suffix,
nav.rowe .el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}
nav.rowe .el-input__suffix-inner {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
nav.rowe .el-input__suffix-inner .disNone {
  display: none;
}
nav.rowe .el-input__suffix-inner > :first-child {
  margin-left: 8px;
}

footer.rowe {
  font-size: 16px;
  background: #313233;
  color: #f7f7f7 !important;
}
footer.rowe .container {
  background: #313233;
  color: #a7a7a7;
  font-size: 16px;
}
footer.rowe .container .container_row .widget_foot_menu {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}
footer.rowe .container .container_row .widget_foot_menu .widget_foot_menu_inner {
  width: 204px;
}
footer.rowe .container .container_row .widget_foot_menu .foot_menu_title {
  font-size: 16px;
  color: #e6e6e6;
  margin-bottom: 14px;
}
footer.rowe .container .container_row .widget_foot_menu .foot_menu_list {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 28px;
}
footer.rowe .container .container_row .widget_foot_menu .foot_menu_list .foot_menu_path {
  display: inline-block;
  cursor: pointer;
}
footer.rowe .container .container_row .widget_foot_menu .foot_menu_list .foot_menu_path:hover {
  color: #fff;
}
footer.rowe .container .Copyright {
  width: 100%;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-size: 14px;
}
footer.rowe .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
footer.rowe .container,
footer.rowe .container-fluid,
footer.rowe .container-lg,
footer.rowe .container-md,
footer.rowe .container-sm,
footer.rowe .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  footer.rowe .container,
  footer.rowe .container-sm {
    max-width: 540px;
  }
  footer.rowe .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  footer.rowe .container,
  footer.rowe .container-md,
  footer.rowe .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  footer.rowe .container,
  footer.rowe .container-lg,
  footer.rowe .container-md,
  footer.rowe .container-sm {
    max-width: 960px;
  }
  footer.rowe .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  footer.rowe .container,
  footer.rowe .container-lg,
  footer.rowe .container-md,
  footer.rowe .container-sm,
  footer.rowe .container-xl {
    max-width: 1140px;
  }
}

.cookies-consent-track {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: rgba(37, 37, 37, 0.9);
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.5);
  z-index: 9999;
  color: #fff;
}
.cookies-consent-track .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 18.6%;
  align-items: center;
}
.cookies-consent-track .content .statement-content {
  width: 904px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 22px;
}
.cookies-consent-track .content .statement-content .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.cookies-consent-track .content .statement-content .text {
  font-size: 16px;
}
.cookies-consent-track .content .statement-content .text .link {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.cookies-consent-track .content .statement-content .text .link:hover {
  border-color: transparent;
}
.cookies-consent-track .content .btn-group {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.cookies-consent-track .content .btn-group .btn-cookies {
  width: 182px;
  height: 50px;
  font-size: 16px;
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  flex: none;
  padding: 0;
  cursor: pointer;
}
.cookies-consent-track .content .btn-group .btn-cookies:hover {
  color: #313233;
  background: #fff;
}
.cookies-consent-track .content .btn-group .accept {
  margin-bottom: 20px;
}
.cookies-consent-track .dialog-container {
  color: #313233;
}
.cookies-consent-track .dialog-container .dialog-wrapper {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content {
  max-height: 542px;
  padding: 30px 30px 40px;
  font-size: 14px;
  color: #313233;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap {
  margin-bottom: 30px;
  line-height: 18px;
  flex: none;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap p {
  margin: 0;
  padding: 0;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t .b-t,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t .p-t,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t .b-t,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t .p-t {
  font-size: 16px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-c {
  margin-bottom: 28px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .cookies-btn-confirm {
  width: 182px;
  height: 50px;
  background: #252525;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.cookies-consent-track .el-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.cookies-consent-track .el-switch__core {
  margin: 0;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: #dcdfe6;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cookies-consent-track .el-switch__core:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transition: all 0.3s;
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.cookies-consent-track .el-switch.is-disabled {
  opacity: 1;
}
.cookies-consent-track .el-switch.is-disabled .el-switch__core {
  cursor: not-allowed;
}
.cookies-consent-track .el-switch.is-disabled .el-switch__core:after {
  left: 100%;
  margin-left: -17px;
}
.cookies-consent-track .el-switch.is-checked .el-switch__core:after {
  left: 100%;
  margin-left: -17px;
}

@media only screen and (max-width: 992px) {
  .cookies-consent-track {
    height: auto;
  }
  .cookies-consent-track .content {
    padding: 0 1em;
    flex-direction: column;
    align-items: stretch;
  }
  .cookies-consent-track .content .statement-content {
    width: 100%;
  }
  .cookies-consent-track .content .statement-content .text .link {
    display: inline-block;
  }
  .cookies-consent-track .content .statement-content .text .link:hover {
    border-color: #fff;
  }
  .cookies-consent-track .content .btn-group .btn-cookies {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/dialog.scss ***!
  \*******************************************************************************************************************************************/
@charset "UTF-8";
.dialog-container-component {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2005;
  background: rgba(0, 0, 0, 0.4);
}
.dialog-container-component .dialog-wrapper {
  background-color: #fff;
}
.dialog-container-component .dialog-wrapper .log-content::-webkit-scrollbar {
  /* 滚动条整体样式 */
  width: 4px;
  /* 宽高分别对应横竖滚动条的尺寸 */
  background: #c5c5c5;
  border-radius: 10px;
}
.dialog-container-component .dialog-wrapper .log-content::-webkit-scrollbar-thumb {
  /* 滚动条里的小方块 */
  border-radius: 3px;
  background: #c5c5c5;
  height: 120px;
}
.dialog-container-component .dialog-wrapper .log-content::-webkit-scrollbar-track {
  /* 滚动条里面的轨道 */
  border-radius: 10px;
  background: #fff;
}
.dialog-container-component .dialog-wrapper .dialog-loading {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.dialog-container-component .dialog-wrapper .dialog-loading .loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.dialog-container-component .dialog-wrapper .dialog-loading .loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
  overflow: hidden;
  vertical-align: middle;
}
.dialog-container-component .dialog-wrapper .dialog-loading .loading-spinner circle {
  stroke: #000;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke-linecap: round;
}
.dialog-container-component .wrapper-no-title {
  border: 8px solid #dcdcdc;
  text-align: center;
}
.dialog-container-component .wrapper-no-title .log-content {
  padding: 0 36px;
  margin-top: 60px;
}

@media screen and (min-width: 992px) {
  .dialog-container-component .dialog-wrapper {
    width: 840px;
    background: #fff;
    position: relative;
  }
  .dialog-container-component .dialog-wrapper .dialog-title {
    color: #333;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
    background: #f2f2f2;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-back {
    position: absolute;
    top: 0;
    left: 20px;
    cursor: pointer;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-back i {
    font-size: 20px;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .title-context {
    width: 80%;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-close {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-close i {
    font-size: 20px;
  }
  .dialog-container-component .dialog-wrapper .log-content {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
  .dialog-container-component .wrapper-no-title {
    width: 545px;
  }
}
@media screen and (max-width: 992px) {
  .dialog-container-component .dialog-wrapper {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    padding-top: 0.02px;
    position: relative;
  }
  .dialog-container-component .dialog-wrapper .dialog-title {
    background-color: #fff !important;
    margin: 25px 0 !important;
    height: 30px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 18px;
    text-align: center;
    position: relative;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .title-context {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-close {
    position: absolute;
    right: 13px;
    cursor: pointer;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-close i {
    font-size: 16px;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-back {
    display: none;
    position: absolute;
    top: -2px;
    left: 28px;
    cursor: pointer;
  }
  .dialog-container-component .dialog-wrapper .dialog-title .dialog-component-back i {
    font-size: 20px;
  }
  .dialog-container-component .dialog-wrapper .log-content {
    height: calc(100% - 84px);
    overflow-y: auto;
    margin: 0;
  }
  .dialog-container-component .wrapper-no-title {
    width: 316px !important;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/certificateDialog.scss ***!
  \******************************************************************************************************************************************************/
.certificate-cont {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.certificate-cont .contant-text {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  width: 100%;
}

.btn-certificate .btns {
  background: #000000;
  border: 1px solid #000;
  cursor: pointer;
}
.btn-certificate .btns:hover {
  opacity: 0.9;
}
.btn-certificate .btn-countinue {
  cursor: pointer;
}

.jc .bgColor {
  background: #00263e;
  border-color: #00263e;
}

.art .bgColor {
  background: #840029;
  border-color: #840029;
}

@media screen and (min-width: 992px) {
  .certificate-cont {
    height: 132px;
    line-height: 24px;
  }
  .btn-certificate {
    margin-top: 46px;
    font-size: 14px;
  }
  .btn-certificate .btns {
    font-size: 14px;
    width: auto;
    padding: 0 30px;
    line-height: 17px;
    height: 44px;
    color: #ffffff;
    letter-spacing: 0;
  }
  .btn-certificate .btn-countinue {
    margin-top: 4px;
    color: #666;
  }
  .btn-certificate .btn-countinue .countinue {
    border-bottom: 1px solid #666;
    cursor: pointer;
  }
  .btn-certificate .btn-countinue .countinue:hover {
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 992px) {
  .certificate-cont {
    height: 100%;
    line-height: 20px;
  }
  .btn-certificate {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .btn-certificate .btns {
    font-size: 14px;
    width: auto;
    line-height: 16px;
    padding: 0 13px;
    height: 34px;
    color: #fff;
  }
  .btn-certificate .btn-countinue {
    font-size: 12px;
    margin-top: 4px;
    color: #666;
  }
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/static/style/_reset.scss ***!
  \***************************************************************************************************************************************************/
@charset "UTF-8";
body,
ul,
ol,
dl,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
td,
img,
div,
dt,
dd,
input,
button {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

img {
  border: none;
  border-style: none;
}

ul {
  list-style: none;
}

a,
input,
button,
select,
textarea,
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
  color: #333;
  text-transform: none;
}

button {
  border: none;
  text-transform: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*设置默认样式为none*/
.appearance-none,
.appearance-none:focus {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 24px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 24px;
}

.Columns {
  width: 100%;
  height: 3px;
  background-color: #333;
}

grid-row,
grid-columns {
  display: block;
}

grid-row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1380px;
  *zoom: 1;
}
grid-row grid-columns:last-child {
  float: right;
}
grid-row .default-12,
grid-row .small-12 {
  position: relative;
  width: 100%;
}
grid-row::after {
  content: " ";
  display: table;
  clear: both;
}
grid-row grid-columns {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  grid-row {
    width: 100%;
  }
}
a:hover {
  color: #626262;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin: 0.2em 0 0.3em 0 !important;
  font-weight: normal;
}

h5 {
  font-size: 14px;
}

ul,
ol,
dl {
  line-height: 1.25;
  list-style-position: inside;
}

ul > li,
ol > li,
dl > li {
  margin: 0 0 5px 0;
}

.rich-editor-container.no-min-height .rich-editor,
.rich-editor-container.no-min-height .rich-editor.active {
  min-height: 0;
}

.rich-editor h2:first-of-type,
.rich-editor h3:first-of-type,
.rich-editor h4:first-of-type,
.rich-editor h5:first-of-type,
.rich-editor h6:first-of-type {
  margin-top: 0;
}

.base-medium,
.medium,
strong,
b,
.heading,
content-header h2,
.heading-secondary,
a.link.medium,
ui-pagination .active,
.portfolio-header,
.video-title,
.video-info-box .avatar-label,
.video-info-box .video-views,
.sidebar .video-count-label,
.sidebar .videos-label,
footer[data-role=footer] .footer-box h5,
.promotion-container a.more,
app-header nav h6,
app-header nav h6 > a {
  font-family: "gothic_bold";
  font-weight: 500 !important;
}

.fs_14 {
  font-size: 14px;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.overlay {
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/static/style/index.scss ***!
  \**************************************************************************************************************************************************/
@charset "UTF-8";
body,
ul,
ol,
dl,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
td,
img,
div,
dt,
dd,
input,
button {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box !important;
}

img {
  border: none;
}

ul {
  list-style: none;
}

a,
input,
button,
select,
textarea,
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

button {
  border: none;
  text-transform: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*设置默认样式为none*/
.appearance-none,
.appearance-none:focus {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  height: 100%;
  font-size: 14px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  overscroll-behavior-y: none;
}

label {
  margin-bottom: 0 !important;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 20px;
}

.case-center {
  width: 100%;
}

.h48,
.h48 input {
  height: 48px;
}

.fz16,
.fz16 input {
  font-size: 16px !important;
}

.fz18,
.fz18 input {
  font-size: 18px;
}

.pwd-show-or-hide-icon {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 44px;
  right: 10px;
  display: inline-block;
}

.pwd-show-or-hide-icon:hover {
  color: #333;
}
.pwd-show-or-hide-icon:hover:after {
  content: "";
  height: 1px;
  width: 44px;
  background: #333;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.pwd-show-or-hide-icon.show:hover:after {
  width: 44px;
}

.pwd-show-or-hide-icon.hide:hover:after {
  width: 34px;
  left: 5px;
}

.cookies-consent-track .dialog-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2005;
  background: rgba(0, 0, 0, 0.4);
}
.cookies-consent-track .dialog-container .dialog-wrapper {
  background-color: #fff;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-1,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-2,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-3,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-4,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-5,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-6,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-7,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-8,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-9,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-10,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-11,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-12,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-auto,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-1,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-2,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-3,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-4,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-5,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-6,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-7,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-8,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-9,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-10,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-11,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-12,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-auto,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-1,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-2,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-3,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-4,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-5,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-6,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-7,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-8,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-9,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-10,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-11,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-12,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-auto,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-1,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-2,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-3,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-4,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-5,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-6,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-7,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-8,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-9,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-10,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-11,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-12,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-auto,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-1,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-2,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-3,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-4,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-5,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-6,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-7,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-8,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-9,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-10,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-11,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-12,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-left: 18px;
  border: 1px solid #979797;
  font-size: 18px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .icon-sousuo {
  font-size: 20px;
  color: #999;
  margin-right: 20px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input {
  font-size: 16px;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input::-webkit-input-placeholder {
  font-size: 16px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .icon-a-guanbi5 {
  display: none;
  margin-right: 10px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .sousuo-right {
  display: none;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .newCustomer {
  display: inline-block;
  margin-bottom: 29px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .newCustomer:after {
  content: " ";
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select {
  width: 100%;
  height: 204px;
  display: flex;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  max-width: 50%;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar {
  /* 滚动条整体样式 */
  width: 4px;
  /* 宽高分别对应横竖滚动条的尺寸 */
  background: #c5c5c5;
  border-radius: 10px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar-thumb {
  /* 滚动条里的小方块 */
  border-radius: 3px;
  background: #c5c5c5;
  height: 120px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar-track {
  /* 滚动条里面的轨道 */
  border-radius: 10px;
  background: #fff;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  word-break: break-all;
  word-wrap: break-word;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  display: flex;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .item_font {
  max-width: 93%;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .item_right {
  display: none;
  border-bottom: 1px solid transparent;
  position: relative;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular {
  display: none;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular i {
  font-size: 12px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .bottom-line {
  display: none;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in, .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in {
  color: #333;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .item_right,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .bottom-line, .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_right,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .bottom-line {
  display: inline-block;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject {
  cursor: auto;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .addNewProject {
  cursor: pointer;
  position: relative;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input {
  position: relative;
  width: 229px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input .label-new-project {
  display: none;
  color: #333;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input input {
  font-size: 14px;
  line-height: 40px;
  cursor: auto;
  display: inline-block;
  width: 100%;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #333;
  padding-right: 30px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input i {
  font-size: 10px;
  color: #c0c4cc;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #c0c4cc;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input i:hover {
  color: #666;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .noFliter {
  font-size: 18px;
  color: #333;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
  overflow: hidden;
  vertical-align: middle;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner circle {
  stroke: #000;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke-linecap: round;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project {
  padding-left: 36px;
  border: 0;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm {
  margin-top: 40px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .blackBtn,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .create_project_btn {
  width: 200px;
  height: 44px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .blackBtn:hover,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .create_project_btn:hover {
  background-color: #313233;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .Disable {
  background-color: #e9e9e9;
  color: silver;
  cursor: auto;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .Disable:hover {
  background-color: #e9e9e9;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container {
  width: 100%;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  background-image: none;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::placeholder {
  color: #999;
  font-size: 16px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-corner,
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input .el-input::-webkit-scrollbar-track {
  background: #fff;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row {
  padding-top: 20px;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form {
  padding: 0 5%;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item {
  text-align: left;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-label-wrap {
  float: none !important;
  margin-left: 0 !important;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-label-wrap label {
  width: auto;
  font-size: 16px;
  color: #333;
  display: inline-block;
  float: none;
  text-align: right;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 12px 0 0;
  margin-bottom: 0;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap {
  margin-left: 0;
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap::before {
  display: table;
  content: "";
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .item-error {
  display: none;
  color: #e22424;
  font-size: 14px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap select {
  width: 100%;
  height: 48px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .icon-xia {
  color: #c0c4cc;
  font-size: 12px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  z-index: 2006;
  transition: transform 0.3s;
  pointer-events: none;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .open {
  transform: translateY(-50%) scale(0.6) rotate(-180deg);
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .close {
  transform: translateY(-50%) scale(0.6) rotate(0);
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .is-required .item-label-wrap label::before {
  content: "*";
  margin-right: 4px;
  color: #333;
  font-size: 16px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item {
  margin-bottom: 22px;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .item-label-wrap {
  float: none !important;
  margin-left: 0 !important;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .item-label-wrap label {
  width: auto;
  font-size: 16px;
  color: #333;
  display: inline-block;
  float: none;
  text-align: right;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 12px 0 0;
  margin-bottom: 0;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .form-btn {
  cursor: pointer;
  width: 200px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border-radius: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .form-btn:hover {
  color: #fff;
  background: #313233;
}
.cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item.btn-item {
  text-align: center;
  margin: 40px 0 20px;
}

.cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject {
  height: calc(100% - 90px);
}
.cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer {
  max-width: 100%;
}
.cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer .active .select_item_in .item_right {
  display: none;
}
.cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject .confirm {
  display: block;
}
.cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject .confirm .blackBtn {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper {
    width: 840px;
    height: 520px;
    background: #fff;
    position: relative;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title {
    color: #333;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
    background: #f2f2f2;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back {
    position: absolute;
    top: 0;
    left: 20px;
    cursor: pointer;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back i {
    font-size: 20px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .title-context {
    width: 80%;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close i {
    font-size: 20px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject {
    width: 100%;
    padding: 20px 70px 40px 70px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .noCustomer {
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    margin-bottom: 13px;
    text-align: center;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView {
    display: flex;
    padding-bottom: 100px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView .goCreat {
    text-align: center;
    font-size: 18px;
    padding: 0 2px;
    margin: 0 auto;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #333;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView .goCreat:hover {
    color: #787878;
    border-bottom: 1px solid transparent;
  }
  .cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer .active .select_item_in .item_right {
    display: inline-block;
  }
  .cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject .confirm {
    display: block;
  }
  .cookies-consent-track .dialog-container[data-type=favorite] .dialog-wrapper .log-content .addProject .confirm .blackBtn {
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .cookies-consent-track .dialog-container .dialog-wrapper {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    padding-top: 0.02px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title {
    background-color: #fff !important;
    margin: 25px 0 0 0 !important;
    height: 30px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 18px;
    text-align: center;
    position: relative;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .title-context {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close {
    position: absolute;
    right: 13px;
    cursor: pointer;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close i {
    font-size: 16px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back {
    display: none;
    position: absolute;
    top: -2px;
    left: 28px;
    cursor: pointer;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back i {
    font-size: 20px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content {
    height: calc(100% - 84px);
    overflow-y: auto;
    margin: 0;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject {
    height: 100%;
    padding: 0 10px !important;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent {
    padding: 0 10px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input {
    font-size: 14px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .sousuo-right {
    margin: 0 20px !important;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .newCustomer {
    margin-left: 10px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent {
    min-height: 100px;
    height: calc(100% - 130px);
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select {
    padding: 0 20px;
    height: 100%;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item {
    margin-bottom: 0;
    padding: 20px 10px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_font {
    color: #666;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .bottom-line {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_right {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in {
    border-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input {
    width: 100%;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .label-new-project {
    font-size: 16px;
    line-height: 40px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .label-new-project::before {
    content: "*";
    margin-right: 4px;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .newProject_input {
    border-radius: 4px;
    padding-left: 15px;
    border: 1px solid #dcdfe6;
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .newProject_input:focus {
    border-color: #dcdfe6 !important;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .close_newproject {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in {
    color: #666;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .item_font .bottom-line {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .select_circular {
    background-color: #333;
    color: #fff;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer {
    max-width: 100%;
    border: 0;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project {
    max-width: 100%;
    border: 0;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project .no-border {
    border: 0;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .confirm {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent {
    display: block;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent .addProject_search .sousuo-left {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent .addProject_search .sousuo-right {
    display: block;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addPerent .addProject_select .select-customer .customer_item.active .select_item_in .item_right {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addPerent .addProject_select .select_project {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .addProject_search_perent {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .newCustomer {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .addPerent .addProject_select .select-customer {
    display: none;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .confirm {
    display: block;
  }
  .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .confirm .blackBtn,
  .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .confirm .create_project_btn {
    width: 100%;
  }
}
.fmb,
.fmr_hover:hover {
  font-family: "montserrat.bold" !important;
}

.fbf {
  font-family: "BalboaPlus-Fill" !important;
}

.fdi {
  font-family: "Didot LT Std Italic" !important;
}

.ca,
.ca .fmr,
.ca .el-form-item__label,
.ca input,
.ca .el-select-dropdown__item,
.ca .el-form-item__error {
  font-family: "CenturyGothic-Regular" !important;
}

.ca .fmb,
.ca .fmr_hover:hover {
  font-family: "gothic_bold" !important;
}

.ant_i {
  font-family: "Book Antiqua Italic" !important;
}

.ant {
  font-family: "Book-Antiqua" !important;
}

.hK_ex {
  font-family: "hknova-extralight" !important;
}

.popper-class {
  width: 300px;
}

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
#screen-loading {
  position: fixed;
  z-index: 30;
  background-color: rgb(255, 255, 255);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
#screen-loading .loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
#screen-loading .loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
  overflow: hidden;
  vertical-align: middle;
}
#screen-loading .loading-spinner circle {
  stroke: #000;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke-linecap: round;
}

.rowe,
.rowe .fmr,
.rowe .el-form-item__label,
.rowe input,
.rowe .el-select-dropdown__item,
.rowe .el-form-item__error {
  font-family: "montserrat.regular" !important;
}

.rowe .fmb,
.rowe .fmr_hover:hover {
  font-family: "montserrat.bold" !important;
}

.jc,
.jc .fmb,
.jc .el-form-item__label,
.jc input,
.jc .el-select-dropdown__item,
.jc .el-form-item__error {
  font-family: "LibreFranklin-Light-11" !important;
}

.jc .jcbl {
  font-family: "BarlowCondensed-Light" !important;
}

.jc .lfb {
  font-family: "LibreFranklin-Bold" !important;
}

.jc .lfr, .lfr {
  font-family: "LibreFranklin-Regular" !important;
}

.art,
.art .fmr,
.art .el-form-item__label,
.art input,
.art .el-select-dropdown__item,
.art .el-form-item__error {
  font-family: "Roboto-Regular-14" !important;
}

.artbl,
.art .artbl,
.art .fmr_hover:hover {
  font-family: "Roboto-Medium-12" !important;
}

.artplay {
  font-family: "playfairdisplay-bold" !important;
}

.art-Silver-Regular {
  font-family: "Silver-Regular" !important;
}

.art-Silver-Italic {
  font-family: "Silver-Italic" !important;
}

.art-font-regular {
  font-family: "Neue-Regular" !important;
}

.art-font-bold {
  font-family: "Neue-SemiBold" !important;
}

.jcHeader {
  position: relative;
  z-index: 21;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
  color: #101829;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
  color: #101829;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
  color: #666;
  background: #FFFFFF;
  font-size: 12px;
  margin: 3px 0;
  display: block;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
  background: #F5F5F5;
  padding: 2px 4px;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .btn {
  border: 1px solid #00263e;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .checkout-btn {
  background: #00263e;
  color: #fff;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner {
  background: #00263e;
  color: #fff;
}
.jcHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner:hover {
  background: rgba(0, 38, 62, 0.9);
}

.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
  color: #101829;
}
.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
  color: #101829;
}
.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, .artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
  color: #666;
  background: #FFFFFF;
  font-size: 12px;
  margin: 3px 0;
  display: block;
}
.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, .artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
  background: #F5F5F5;
  padding: 2px 4px;
}
.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .btn {
  border: 1px solid #840029;
}
.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .checkout-btn {
  background: #840029;
  color: #fff;
}
.artHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner {
  background: #840029;
  color: #fff;
}
.artHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner:hover {
  opacity: 0.9;
}

.hom,
.hom .hom_fmr,
.hom .el-form-item__label,
.hom input,
.hom .el-select-dropdown__item,
.hom .el-form-item__error {
  font-family: "montserrat.regular" !important;
}

.hom .fbf {
  font-family: "BalboaPlus-Fill" !important;
}

.hom .hom_fmb,
.hom .fmr_hover:hover {
  font-family: "montserrat.bold" !important;
}

.art_activities_text {
  width: 100%;
  background-color: #840029;
  padding: 12px 0;
}
.art_activities_text p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.ca_activities_text {
  width: 100%;
  background-color: #c18e4a;
  padding: 12px 0;
}
.ca_activities_text p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.ca_activities_text .text-bold {
  font-weight: 700;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .art_activities_text, .ca_activities_text {
    padding: 10px 0;
  }
  .art_activities_text p, .ca_activities_text p {
    font-size: 13px;
    width: 90%;
    margin: auto;
  }
  .ca_activities_text p {
    width: 92%;
  }
}
.jc .btn-link {
  cursor: pointer;
  border-bottom: 1px solid #787878;
}
.jc .btn-link:hover {
  border-color: #00263d;
  color: #00263d;
}
